JMFrameGoAway
Passes a go-away event to the frame.
OSStatus JMFrameGoAway (JMFrameRef frame);
frame
- The frame to receive the go-away event.
- function result
- A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
DISCUSSION
Calling theJMFrameGoAway
function typically results in the frame being disposed, although in some instances the Java program may want to display a dialog box message (asking if the user wants to save the file before closing, for example).SEE ALSO
"Mouse Events" (page 24).